Class com.symantec.itools.lang.AccessiblePlatform
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.lang.AccessiblePlatform

Object
   |
   +----Platform
           |
           +----com.symantec.itools.lang.AccessiblePlatform

public class AccessiblePlatform
extends Platform

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0
See Also:
Properties

Constructor Index

 o com.symantec.itools.lang.AccessiblePlatform()

Method Index

 o getArchitecture()
Returns the machine architectire.
 o getJavaVendor()
Returns the Java vendor.
 o getJavaVersion()
Returns the Java version.
 o getOSName()
Returns the name of the OS.
 o getOSType()
Returns the type of the OS.
 o getOSVersion()
Returns the version of the OS.

Constructors

 o AccessiblePlatform
protected AccessiblePlatform()

Since:
VCafe 3.0

Methods

 o getArchitecture
public static java.lang.String getArchitecture()
Returns the machine architectire.

Returns:
The String value of the architecture or null if it is unknown.
Since:
VCafe 3.0
 o getJavaVendor
public static java.lang.String getJavaVendor()
Returns the Java vendor.

Returns:
The String value of the javaVendor or null if it is unknown.
Since:
VCafe 3.0
 o getJavaVersion
public static java.lang.String getJavaVersion()
Returns the Java version.

Returns:
The String value of the javaVersion or null if it is unknown.
Since:
VCafe 3.0
 o getOSName
public static java.lang.String getOSName()
Returns the name of the OS.

Returns:
The String value of the osName or null if it is unknown.
Since:
VCafe 3.0
 o getOSType
public static java.lang.String getOSType()
Returns the type of the OS.

Returns:
the String value of the osType or null if it is unknown.
Since:
VCafe 3.0
 o getOSVersion
public static java.lang.String getOSVersion()
Returns the version of the OS.

Returns:
The String value of the osName or null if it is unknown.
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index